home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / usr / sybase / doc / dbsetlogintime.man < prev    next >
Text File  |  1993-04-22  |  1KB  |  45 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89           dbsetlogintime
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  dbsetlogintime
  6.  
  7.   FUNCTION:
  8.        Set the number of seconds that DB-Library waits for a  SQL Server
  9.        response to a request for a DBPROCESS connection.
  10.  
  11.   SYNTAX:
  12.        RETCODE dbsetlogintime(seconds)
  13.  
  14.        int       seconds;
  15.  
  16.   COMMENTS:
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   dbsetlogintime          Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.  
  27.        o This routine sets the length of time in seconds that DB-Library
  28.          will  wait  for  a  login response after calling dbopen().  The
  29.          default timeout value is 60 seconds.
  30.  
  31.   PARAMETERS:
  32.        seconds -   The  timeout  value-the  number   of   seconds   that
  33.            DB-Library  waits  for a login response before timing out.  A
  34.            timeout value of 0 represents an infinite timeout period.
  35.  
  36.   RETURNS:
  37.        SUCCEED or FAIL.
  38.  
  39.   SEE ALSO:
  40.        dberrhandle, dbsettime
  41.  
  42.  
  43.  
  44.  
  45.